Package com.cisco.pt.ipc.sim.impl
Class AsaAccessGroupImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.AsaAccessGroupImpl
- All Implemented Interfaces:
IPCObject,AsaAccessGroup
Information provided by the PKI file:
\class CAsaAccessGroup
\brief CAsaAccessGroup is used in asa to tight access-list with a specific interface in a direction
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionAsaAccessGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetAclId()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidInformation provided by the PKI file:voidsetDirection(Direction direction) Information provided by the PKI file:voidInformation provided by the PKI file:toString()Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
AsaAccessGroupImpl
public AsaAccessGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getDirection
Information provided by the PKI file:
\brief Return the direction in which the acl is applied on the interface- Specified by:
getDirectionin interfaceAsaAccessGroup- Returns:
- Direction Returns a Direction
-
getNameIf
Information provided by the PKI file:
\brief Return the nameIf of the interface the acl is applied on- Specified by:
getNameIfin interfaceAsaAccessGroup- Returns:
- String Returns a String
-
getAclId
Information provided by the PKI file:
\brief Return the acl id that the access-group is associated with- Specified by:
getAclIdin interfaceAsaAccessGroup- Returns:
- String Returns a String
-
setDirection
Information provided by the PKI file:
\brief Set the direction of the acl \param direction eIn =0, eOut, eGlobal- Specified by:
setDirectionin interfaceAsaAccessGroup- Parameters:
direction- Takes in a parameter of direction
-
setNameIf
Information provided by the PKI file:
\brief Set the nameIf that the access-list will be applied on- Specified by:
setNameIfin interfaceAsaAccessGroup- Parameters:
nameIf- Takes in a parameter of nameIf
-
setAclId
Information provided by the PKI file:
\brief Set the access-list id to be used to apply on the interface- Specified by:
setAclIdin interfaceAsaAccessGroup- Parameters:
aclId- Takes in a parameter of aclId
-
toString
Information provided by the PKI file:
\brief Return the string configuration of the access-group- Specified by:
toStringin interfaceAsaAccessGroup- Overrides:
toStringin classObject- Returns:
- String Returns a String
-